GroupId | GroupIdcom.jcabi |
---|---|
ArtifactId | ArtifactIdjcabi-manifests |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
jcabi-manifests-1.2.pom | |
jcabi-manifests-1.2.jar | 11 KB |
jcabi-manifests-1.2-sources.jar | 16 KB |
jcabi-manifests-1.2-javadoc.jar | 424 KB |
jcabi-manifests-1.2-jar-with-dependencies.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jcabi/jcabi-manifests/ -->
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-manifests</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jcabi/jcabi-manifests/
implementation 'com.jcabi:jcabi-manifests:1.2'
// https://jarcasting.com/artifacts/com.jcabi/jcabi-manifests/
implementation ("com.jcabi:jcabi-manifests:1.2")
'com.jcabi:jcabi-manifests:jar:1.2'
<dependency org="com.jcabi" name="jcabi-manifests" rev="1.2">
<artifact name="jcabi-manifests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jcabi', module='jcabi-manifests', version='1.2')
)
libraryDependencies += "com.jcabi" % "jcabi-manifests" % "1.2"
[com.jcabi/jcabi-manifests "1.2"]