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