GroupId | GroupIdcom.github.codefrogcc |
---|---|
ArtifactId | ArtifactIdallocation |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
allocation-1.0.0.pom | |
allocation-1.0.0.jar | 27 KB |
allocation-1.0.0-sources.jar | 15 KB |
allocation-1.0.0-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codefrogcc/allocation/ -->
<dependency>
<groupId>com.github.codefrogcc</groupId>
<artifactId>allocation</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codefrogcc/allocation/
implementation 'com.github.codefrogcc:allocation:1.0.0'
// https://jarcasting.com/artifacts/com.github.codefrogcc/allocation/
implementation ("com.github.codefrogcc:allocation:1.0.0")
'com.github.codefrogcc:allocation:jar:1.0.0'
<dependency org="com.github.codefrogcc" name="allocation" rev="1.0.0">
<artifact name="allocation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codefrogcc', module='allocation', version='1.0.0')
)
libraryDependencies += "com.github.codefrogcc" % "allocation" % "1.0.0"
[com.github.codefrogcc/allocation "1.0.0"]