License |
License |
---|---|
GroupId | GroupIdsk.annotation.library.jam |
ArtifactId | ArtifactIdjam-tests |
Version | Version0.9.1 |
Type | Typejar |
Description |
DescriptionJAM as Java Annotation Mapper is mapping at compile time without reflection !
|
Filename | Size |
---|---|
jam-tests-0.9.1.pom | |
jam-tests-0.9.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/sk.annotation.library.jam/jam-tests/ -->
<dependency>
<groupId>sk.annotation.library.jam</groupId>
<artifactId>jam-tests</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/sk.annotation.library.jam/jam-tests/
implementation 'sk.annotation.library.jam:jam-tests:0.9.1'
// https://jarcasting.com/artifacts/sk.annotation.library.jam/jam-tests/
implementation ("sk.annotation.library.jam:jam-tests:0.9.1")
'sk.annotation.library.jam:jam-tests:jar:0.9.1'
<dependency org="sk.annotation.library.jam" name="jam-tests" rev="0.9.1">
<artifact name="jam-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='sk.annotation.library.jam', module='jam-tests', version='0.9.1')
)
libraryDependencies += "sk.annotation.library.jam" % "jam-tests" % "0.9.1"
[sk.annotation.library.jam/jam-tests "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
sk.annotation.library.jam : jam-common | jar | 0.9.1 |
Group / Artifact | Type | Version |
---|---|---|
sk.annotation.library.jam : jam-processor | jar | 0.9.1 |
org.projectlombok : lombok | jar | 1.18.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.junit.jupiter : junit-jupiter-api | jar | 5.4.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |
org.mockito : mockito-core | jar | 1.9.5 |