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