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