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