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