Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.tomschi |
ArtifactId | ArtifactIdcommons-data |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-data-0.1.0.pom | |
commons-data-0.1.0.jar | 7 KB |
commons-data-0.1.0-sources.jar | 7 KB |
commons-data-0.1.0-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomschi/commons-data/ -->
<dependency>
<groupId>com.github.tomschi</groupId>
<artifactId>commons-data</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomschi/commons-data/
implementation 'com.github.tomschi:commons-data:0.1.0'
// https://jarcasting.com/artifacts/com.github.tomschi/commons-data/
implementation ("com.github.tomschi:commons-data:0.1.0")
'com.github.tomschi:commons-data:jar:0.1.0'
<dependency org="com.github.tomschi" name="commons-data" rev="0.1.0">
<artifact name="commons-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomschi', module='commons-data', version='0.1.0')
)
libraryDependencies += "com.github.tomschi" % "commons-data" % "0.1.0"
[com.github.tomschi/commons-data "0.1.0"]