License |
License |
---|---|
GroupId | GroupIdcom.github.pawelj-pl |
ArtifactId | ArtifactIdsemver-j |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionsemver-j
Semantic Versioning library for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
semver-j-1.0.0.pom | |
semver-j-1.0.0.jar | 5 KB |
semver-j-1.0.0-sources.jar | 3 KB |
semver-j-1.0.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pawelj-pl/semver-j/ -->
<dependency>
<groupId>com.github.pawelj-pl</groupId>
<artifactId>semver-j</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pawelj-pl/semver-j/
implementation 'com.github.pawelj-pl:semver-j:1.0.0'
// https://jarcasting.com/artifacts/com.github.pawelj-pl/semver-j/
implementation ("com.github.pawelj-pl:semver-j:1.0.0")
'com.github.pawelj-pl:semver-j:jar:1.0.0'
<dependency org="com.github.pawelj-pl" name="semver-j" rev="1.0.0">
<artifact name="semver-j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pawelj-pl', module='semver-j', version='1.0.0')
)
libraryDependencies += "com.github.pawelj-pl" % "semver-j" % "1.0.0"
[com.github.pawelj-pl/semver-j "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.8.0 |