License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.seriouszyx |
ArtifactId | ArtifactIdmaven-release-example |
Last Version | Last Version1.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmaven-release-example
Example project to deploy maven projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-release-example-1.2.3.pom | |
maven-release-example-1.2.3.jar | 2 KB |
maven-release-example-1.2.3-sources.jar | 814 bytes |
maven-release-example-1.2.3-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seriouszyx/maven-release-example/ -->
<dependency>
<groupId>com.seriouszyx</groupId>
<artifactId>maven-release-example</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.seriouszyx/maven-release-example/
implementation 'com.seriouszyx:maven-release-example:1.2.3'
// https://jarcasting.com/artifacts/com.seriouszyx/maven-release-example/
implementation ("com.seriouszyx:maven-release-example:1.2.3")
'com.seriouszyx:maven-release-example:jar:1.2.3'
<dependency org="com.seriouszyx" name="maven-release-example" rev="1.2.3">
<artifact name="maven-release-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seriouszyx', module='maven-release-example', version='1.2.3')
)
libraryDependencies += "com.seriouszyx" % "maven-release-example" % "1.2.3"
[com.seriouszyx/maven-release-example "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |