License |
License |
---|---|
GroupId | GroupIdli.rudin.core |
ArtifactId | ArtifactIdcore-test |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
core-test-2.0.pom | |
core-test-2.0.jar | 1 KB |
core-test-2.0-javadoc.jar | 336 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/li.rudin.core/core-test/ -->
<dependency>
<groupId>li.rudin.core</groupId>
<artifactId>core-test</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/li.rudin.core/core-test/
implementation 'li.rudin.core:core-test:2.0'
// https://jarcasting.com/artifacts/li.rudin.core/core-test/
implementation ("li.rudin.core:core-test:2.0")
'li.rudin.core:core-test:jar:2.0'
<dependency org="li.rudin.core" name="core-test" rev="2.0">
<artifact name="core-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='li.rudin.core', module='core-test', version='2.0')
)
libraryDependencies += "li.rudin.core" % "core-test" % "2.0"
[li.rudin.core/core-test "2.0"]
Group / Artifact | Type | Version |
---|---|---|
li.rudin.core : core-logger | jar | 2.0 |
junit : junit | jar | 4.11 |