License |
License |
---|---|
Categories |
CategoriesNet config Application Layer Libs Configuration |
GroupId | GroupIdnet.cactusthorn.config |
ArtifactId | ArtifactIdtests |
Version | Version0.50 |
Type | Typejar |
Description |
DescriptionConfig :: Tests
Parent POM
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tests-0.50.pom | |
tests-0.50.jar | 4 KB |
tests-0.50-sources.jar | 3 KB |
tests-0.50-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.cactusthorn.config/tests/ -->
<dependency>
<groupId>net.cactusthorn.config</groupId>
<artifactId>tests</artifactId>
<version>0.50</version>
</dependency>
// https://jarcasting.com/artifacts/net.cactusthorn.config/tests/
implementation 'net.cactusthorn.config:tests:0.50'
// https://jarcasting.com/artifacts/net.cactusthorn.config/tests/
implementation ("net.cactusthorn.config:tests:0.50")
'net.cactusthorn.config:tests:jar:0.50'
<dependency org="net.cactusthorn.config" name="tests" rev="0.50">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cactusthorn.config', module='tests', version='0.50')
)
libraryDependencies += "net.cactusthorn.config" % "tests" % "0.50"
[net.cactusthorn.config/tests "0.50"]
Group / Artifact | Type | Version |
---|---|---|
net.cactusthorn.config : config-core | jar | 0.50 |
net.cactusthorn.config : config-toml | jar | 0.50 |
net.cactusthorn.config : config-json | jar | 0.50 |
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.jupiter : junit-jupiter-params | jar | 5.7.2 |