Maven artifacts for 0.15
This commit is contained in:
Binary file not shown.
@@ -0,0 +1 @@
|
||||
ff3762466a61600ba28b7c24981d5af4
|
||||
@@ -0,0 +1 @@
|
||||
300754c6875a9a4b835560c211918ae07bea4eee
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.github.boukefalos</groupId>
|
||||
<artifactId>libwiiuse-windows-amd64</artifactId>
|
||||
<version>0.15</version>
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
5b18ab07942e1af826fa2ef9d5d250e4
|
||||
@@ -0,0 +1 @@
|
||||
ad603ed17bcc842eac5afd8eb01a0f0f4782e15a
|
||||
@@ -6,7 +6,8 @@
|
||||
<versioning>
|
||||
<versions>
|
||||
<version>0.14</version>
|
||||
<version>0.15</version>
|
||||
</versions>
|
||||
<lastUpdated>20141126141708</lastUpdated>
|
||||
<lastUpdated>20160709135142</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
||||
@@ -1 +1 @@
|
||||
0b9d70bca2713b3e82611c584479cd8a
|
||||
e30b1bc4f57f70b3403eba42337b95f6
|
||||
@@ -1 +1 @@
|
||||
56dcdc5252467de68ce657f217bd513bad1ba9b1
|
||||
c6bcf6996241587b62e0c1836d69fabfdefb00ab
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
11654ab0e758b5c7c189409cf1abf3d4
|
||||
@@ -0,0 +1 @@
|
||||
ef16efafb2361dd40c62c6ca2ae4e5bac1cfbfbe
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.github.boukefalos</groupId>
|
||||
<artifactId>libwiiuse-windows-i386</artifactId>
|
||||
<version>0.15</version>
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
c5a61bb0de3182ae65f393d3c8f9c4e3
|
||||
@@ -0,0 +1 @@
|
||||
9031322fde7f5a58cc1eb4ab6dc83c26ad519b50
|
||||
@@ -6,7 +6,8 @@
|
||||
<versioning>
|
||||
<versions>
|
||||
<version>0.14</version>
|
||||
<version>0.15</version>
|
||||
</versions>
|
||||
<lastUpdated>20141126141708</lastUpdated>
|
||||
<lastUpdated>20160709135142</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
||||
@@ -1 +1 @@
|
||||
ce2d2f2d953b3c2eedaadd19feb38d55
|
||||
a68d15fc03cde06a99756397ae35e47b
|
||||
@@ -1 +1 @@
|
||||
d1d1ebedfc9cd297f18e7d4cc55154e31b81ebf1
|
||||
7fdb12590ee03b148ccbd2a6158a48d10814e637
|
||||
BIN
com/github/boukefalos/libwiiuse/0.15/libwiiuse-0.15.jar
Normal file
BIN
com/github/boukefalos/libwiiuse/0.15/libwiiuse-0.15.jar
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
e084e94eaf3c0b5d64fc37d76d4113dd
|
||||
@@ -0,0 +1 @@
|
||||
a713d507a09aa77510715090afda995e77133aba
|
||||
24
com/github/boukefalos/libwiiuse/0.15/libwiiuse-0.15.pom
Normal file
24
com/github/boukefalos/libwiiuse/0.15/libwiiuse-0.15.pom
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.github.boukefalos</groupId>
|
||||
<artifactId>libwiiuse</artifactId>
|
||||
<version>0.15</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.github.boukefalos</groupId>
|
||||
<artifactId>libwiiuse-windows-amd64</artifactId>
|
||||
<version>0.15</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.boukefalos</groupId>
|
||||
<artifactId>libwiiuse-windows-i386</artifactId>
|
||||
<version>0.15</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.boukefalos</groupId>
|
||||
<artifactId>jlibloader</artifactId>
|
||||
<version>0.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
0844f1edc4f7c4acf3532851aa06cb48
|
||||
@@ -0,0 +1 @@
|
||||
719a83d58f9ae28d428f927ca3746e90720225b9
|
||||
Reference in New Issue
Block a user