License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdio.github.chshen1998 |
ArtifactId | ArtifactIdmaven-test-proj |
Last Version | Last Version2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.github.chshen1998:maven-test-proj
This is a test project for publishing to maven central
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-test-proj-2.5.pom | |
maven-test-proj-2.5.jar | 3 KB |
maven-test-proj-2.5-sources.jar | 3 KB |
maven-test-proj-2.5-javadoc.jar | 33 KB |
maven-test-proj-2.5-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.chshen1998/maven-test-proj/ -->
<dependency>
<groupId>io.github.chshen1998</groupId>
<artifactId>maven-test-proj</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.chshen1998/maven-test-proj/
implementation 'io.github.chshen1998:maven-test-proj:2.5'
// https://jarcasting.com/artifacts/io.github.chshen1998/maven-test-proj/
implementation ("io.github.chshen1998:maven-test-proj:2.5")
'io.github.chshen1998:maven-test-proj:jar:2.5'
<dependency org="io.github.chshen1998" name="maven-test-proj" rev="2.5">
<artifact name="maven-test-proj" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.chshen1998', module='maven-test-proj', version='2.5')
)
libraryDependencies += "io.github.chshen1998" % "maven-test-proj" % "2.5"
[io.github.chshen1998/maven-test-proj "2.5"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.12.3 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.junit.platform : junit-platform-runner | jar | 1.8.0-M1 |
org.mockito : mockito-junit-jupiter | jar | 3.10.0 |
org.mockito : mockito-inline | jar | 3.10.0 |
org.powermock : powermock-api-mockito2 | jar | 2.0.9 |
org.powermock : powermock-module-junit4 | jar | 2.0.9 |