GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdtemplateProject |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
templateProject-2.0.6.pom | |
templateProject-2.0.6.jar | 355 bytes |
templateProject-2.0.6-sources.jar | 355 bytes |
templateProject-2.0.6-javadoc.jar | 355 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/templateProject/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>templateProject</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/templateProject/
implementation 'org.webpieces:templateProject:2.0.6'
// https://jarcasting.com/artifacts/org.webpieces/templateProject/
implementation ("org.webpieces:templateProject:2.0.6")
'org.webpieces:templateProject:jar:2.0.6'
<dependency org="org.webpieces" name="templateProject" rev="2.0.6">
<artifact name="templateProject" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='templateProject', version='2.0.6')
)
libraryDependencies += "org.webpieces" % "templateProject" % "2.0.6"
[org.webpieces/templateProject "2.0.6"]