| License |
License |
|---|---|
| GroupId | GroupIdde.hilling.lang.metamodel |
| ArtifactId | ArtifactIdintegration-tests |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAnnotation Processor that generates a static metamodel for annotated classes
|
| Filename | Size |
|---|---|
| integration-tests-2.0.0.pom | |
| integration-tests-2.0.0.jar | 8 KB |
| integration-tests-2.0.0-sources.jar | 4 KB |
| integration-tests-2.0.0-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.hilling.lang.metamodel/integration-tests/ -->
<dependency>
<groupId>de.hilling.lang.metamodel</groupId>
<artifactId>integration-tests</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.lang.metamodel/integration-tests/
implementation 'de.hilling.lang.metamodel:integration-tests:2.0.0'
// https://jarcasting.com/artifacts/de.hilling.lang.metamodel/integration-tests/
implementation ("de.hilling.lang.metamodel:integration-tests:2.0.0")
'de.hilling.lang.metamodel:integration-tests:jar:2.0.0'
<dependency org="de.hilling.lang.metamodel" name="integration-tests" rev="2.0.0">
<artifact name="integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.lang.metamodel', module='integration-tests', version='2.0.0')
)
libraryDependencies += "de.hilling.lang.metamodel" % "integration-tests" % "2.0.0"
[de.hilling.lang.metamodel/integration-tests "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.hilling.lang.metamodel : api | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| de.hilling.lang.metamodel : processor | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |