is not current version
Last Version 1.2.3

com.seriouszyx:maven-release-example 1.0.0

Example project to deploy maven projects.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.seriouszyx
ArtifactId

ArtifactId

maven-release-example
Version

Version

1.0.0
Type

Type

jar

Download maven-release-example 1.0.0


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