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