License |
License |
---|---|
GroupId | GroupIdpro.projo |
ArtifactId | ArtifactIdprojo-template-generation-test |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionProjo Template Generation Tests
Projo is a Java library for reducing the amount of boiler-plate code that is necessary for
implementing simple model objects and DTOs (including Value Objects and "POJOs").
|
<!-- https://jarcasting.com/artifacts/pro.projo/projo-template-generation-test/ -->
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo-template-generation-test</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/pro.projo/projo-template-generation-test/
implementation 'pro.projo:projo-template-generation-test:1.1.0'
// https://jarcasting.com/artifacts/pro.projo/projo-template-generation-test/
implementation ("pro.projo:projo-template-generation-test:1.1.0")
'pro.projo:projo-template-generation-test:jar:1.1.0'
<dependency org="pro.projo" name="projo-template-generation-test" rev="1.1.0">
<artifact name="projo-template-generation-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.projo', module='projo-template-generation-test', version='1.1.0')
)
libraryDependencies += "pro.projo" % "projo-template-generation-test" % "1.1.0"
[pro.projo/projo-template-generation-test "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
pro.projo : projo-template-generation | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
pro.projo : projo-template-annotation | jar | 1.1.0 |
junit : junit | jar | 4.12 |
io.reactivex.rxjava2 : rxjava | jar | 2.1.14 |
commons-io : commons-io | jar | 2.6 |
net.florianschoppmann.java : java-types | jar | 1.0.1 |