| License |
License |
|---|---|
| GroupId | GroupIdcom.github.danny02 |
| ArtifactId | ArtifactIdResourceHandling |
| Last Version | Last Version2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA collection of game related librarys
|
| Filename | Size |
|---|---|
| ResourceHandling-2.1.pom | |
| ResourceHandling-2.1.jar | 42 KB |
| ResourceHandling-2.1-sources.jar | 33 KB |
| ResourceHandling-2.1-javadoc.jar | 212 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.danny02/ResourceHandling/ -->
<dependency>
<groupId>com.github.danny02</groupId>
<artifactId>ResourceHandling</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.danny02/ResourceHandling/
implementation 'com.github.danny02:ResourceHandling:2.1'
// https://jarcasting.com/artifacts/com.github.danny02/ResourceHandling/
implementation ("com.github.danny02:ResourceHandling:2.1")
'com.github.danny02:ResourceHandling:jar:2.1'
<dependency org="com.github.danny02" name="ResourceHandling" rev="2.1">
<artifact name="ResourceHandling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.danny02', module='ResourceHandling', version='2.1')
)
libraryDependencies += "com.github.danny02" % "ResourceHandling" % "2.1"
[com.github.danny02/ResourceHandling "2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.danny02 : AnnotationsProcessing | jar | 1.1 |
| com.google.inject : guice | jar | 3.0 |
| com.google.inject.extensions : guice-assistedinject | jar | 3.0 |
| com.github.danny02 : Util | jar | 2.1 |
| com.google.code.findbugs : jsr305 | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |