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