GroupId | GroupIdorg.parancoe |
---|---|
ArtifactId | ArtifactIdparancoe-webarchetype |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
parancoe-webarchetype-0.3.2.pom | |
parancoe-webarchetype-0.3.2.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.parancoe/parancoe-webarchetype/ -->
<dependency>
<groupId>org.parancoe</groupId>
<artifactId>parancoe-webarchetype</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.parancoe/parancoe-webarchetype/
implementation 'org.parancoe:parancoe-webarchetype:0.3.2'
// https://jarcasting.com/artifacts/org.parancoe/parancoe-webarchetype/
implementation ("org.parancoe:parancoe-webarchetype:0.3.2")
'org.parancoe:parancoe-webarchetype:jar:0.3.2'
<dependency org="org.parancoe" name="parancoe-webarchetype" rev="0.3.2">
<artifact name="parancoe-webarchetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.parancoe', module='parancoe-webarchetype', version='0.3.2')
)
libraryDependencies += "org.parancoe" % "parancoe-webarchetype" % "0.3.2"
[org.parancoe/parancoe-webarchetype "0.3.2"]