GroupId | GroupIdpro.projo |
---|---|
ArtifactId | ArtifactIdprojo-template-generation |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/pro.projo/projo-template-generation/ -->
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo-template-generation</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/pro.projo/projo-template-generation/
implementation 'pro.projo:projo-template-generation:1.1.0'
// https://jarcasting.com/artifacts/pro.projo/projo-template-generation/
implementation ("pro.projo:projo-template-generation:1.1.0")
'pro.projo:projo-template-generation:jar:1.1.0'
<dependency org="pro.projo" name="projo-template-generation" rev="1.1.0">
<artifact name="projo-template-generation" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.projo', module='projo-template-generation', version='1.1.0')
)
libraryDependencies += "pro.projo" % "projo-template-generation" % "1.1.0"
[pro.projo/projo-template-generation "1.1.0"]