License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.codelabor |
ArtifactId | ArtifactIdmaven-example |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmaven-example
CODELABOR maven example
|
Project Organization |
Project OrganizationCODELABOR |
Filename | Size |
---|---|
maven-example-3.0.0.pom | |
maven-example-3.0.0.jar | 5 KB |
maven-example-3.0.0-sources.jar | 4 KB |
maven-example-3.0.0-javadoc.jar | 39 KB |
maven-example-3.0.0-bin.zip | 606 KB |
maven-example-3.0.0-bin.tar.gz | 605 KB |
maven-example-3.0.0-bin.tar.bz2 | 606 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codelabor/maven-example/ -->
<dependency>
<groupId>org.codelabor</groupId>
<artifactId>maven-example</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelabor/maven-example/
implementation 'org.codelabor:maven-example:3.0.0'
// https://jarcasting.com/artifacts/org.codelabor/maven-example/
implementation ("org.codelabor:maven-example:3.0.0")
'org.codelabor:maven-example:jar:3.0.0'
<dependency org="org.codelabor" name="maven-example" rev="3.0.0">
<artifact name="maven-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelabor', module='maven-example', version='3.0.0')
)
libraryDependencies += "org.codelabor" % "maven-example" % "3.0.0"
[org.codelabor/maven-example "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
log4j : log4j | jar | 1.2.14 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |