License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdorg.dmfs |
ArtifactId | ArtifactIdjems2 |
Last Version | Last Version2.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjems2
Java gems, a collection of Java utilities.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jems2-2.8.0.pom | |
jems2-2.8.0.jar | 126 KB |
jems2-2.8.0-sources.jar | 120 KB |
jems2-2.8.0-javadoc.jar | 870 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dmfs/jems2/ -->
<dependency>
<groupId>org.dmfs</groupId>
<artifactId>jems2</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dmfs/jems2/
implementation 'org.dmfs:jems2:2.8.0'
// https://jarcasting.com/artifacts/org.dmfs/jems2/
implementation ("org.dmfs:jems2:2.8.0")
'org.dmfs:jems2:jar:2.8.0'
<dependency org="org.dmfs" name="jems2" rev="2.8.0">
<artifact name="jems2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dmfs', module='jems2', version='2.8.0')
)
libraryDependencies += "org.dmfs" % "jems2" % "2.8.0"
[org.dmfs/jems2 "2.8.0"]