License |
License |
---|---|
GroupId | GroupIdcom.github.codefrogcc |
ArtifactId | ArtifactIdallocation |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
allocation-1.1.4.pom | |
allocation-1.1.4.jar | 38 KB |
allocation-1.1.4-sources.jar | 22 KB |
allocation-1.1.4-javadoc.jar | 196 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codefrogcc/allocation/ -->
<dependency>
<groupId>com.github.codefrogcc</groupId>
<artifactId>allocation</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codefrogcc/allocation/
implementation 'com.github.codefrogcc:allocation:1.1.4'
// https://jarcasting.com/artifacts/com.github.codefrogcc/allocation/
implementation ("com.github.codefrogcc:allocation:1.1.4")
'com.github.codefrogcc:allocation:jar:1.1.4'
<dependency org="com.github.codefrogcc" name="allocation" rev="1.1.4">
<artifact name="allocation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codefrogcc', module='allocation', version='1.1.4')
)
libraryDependencies += "com.github.codefrogcc" % "allocation" % "1.1.4"
[com.github.codefrogcc/allocation "1.1.4"]