License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.igormaznitsa |
ArtifactId | ArtifactIdcommons-version |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptioncommons-version
Set of classes to parse and process version information
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-version-1.0.0.pom | |
commons-version-1.0.0.jar | 14 KB |
commons-version-1.0.0-sources.jar | 11 KB |
commons-version-1.0.0-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.igormaznitsa/commons-version/ -->
<dependency>
<groupId>com.igormaznitsa</groupId>
<artifactId>commons-version</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.igormaznitsa/commons-version/
implementation 'com.igormaznitsa:commons-version:1.0.0'
// https://jarcasting.com/artifacts/com.igormaznitsa/commons-version/
implementation ("com.igormaznitsa:commons-version:1.0.0")
'com.igormaznitsa:commons-version:jar:1.0.0'
<dependency org="com.igormaznitsa" name="commons-version" rev="1.0.0">
<artifact name="commons-version" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.igormaznitsa', module='commons-version', version='1.0.0')
)
libraryDependencies += "com.igormaznitsa" % "commons-version" % "1.0.0"
[com.igormaznitsa/commons-version "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |