is not current version
Last Version 1.1.0

jp.openstandia:maven-release-example 1.0.0

Example project for maven release.

Categories

Categories

Maven Build Tools
GroupId

GroupId

jp.openstandia
ArtifactId

ArtifactId

maven-release-example
Version

Version

1.0.0
Type

Type

jar

Download maven-release-example 1.0.0


<!-- https://jarcasting.com/artifacts/jp.openstandia/maven-release-example/ -->
<dependency>
    <groupId>jp.openstandia</groupId>
    <artifactId>maven-release-example</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/jp.openstandia/maven-release-example/
implementation 'jp.openstandia:maven-release-example:1.0.0'
// https://jarcasting.com/artifacts/jp.openstandia/maven-release-example/
implementation ("jp.openstandia:maven-release-example:1.0.0")
'jp.openstandia:maven-release-example:jar:1.0.0'
<dependency org="jp.openstandia" name="maven-release-example" rev="1.0.0">
  <artifact name="maven-release-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.openstandia', module='maven-release-example', version='1.0.0')
)
libraryDependencies += "jp.openstandia" % "maven-release-example" % "1.0.0"
[jp.openstandia/maven-release-example "1.0.0"]