License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdidentifiers |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionA few libraries for doing things with lots of prime numbers in small files
|
Filename | Size |
---|---|
identifiers-1.0.pom | |
identifiers-1.0.jar | 4 KB |
identifiers-1.0-sources.jar | 5 KB |
identifiers-1.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/identifiers/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>identifiers</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/identifiers/
implementation 'com.mastfrog:identifiers:1.0'
// https://jarcasting.com/artifacts/com.mastfrog/identifiers/
implementation ("com.mastfrog:identifiers:1.0")
'com.mastfrog:identifiers:jar:1.0'
<dependency org="com.mastfrog" name="identifiers" rev="1.0">
<artifact name="identifiers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='identifiers', version='1.0')
)
libraryDependencies += "com.mastfrog" % "identifiers" % "1.0"
[com.mastfrog/identifiers "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | |
com.mastfrog : util | jar |