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