GroupId | GroupIdcom.gitlab.ccook |
---|---|
ArtifactId | ArtifactIdjweave |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
jweave-1.1.2.pom | |
jweave-1.1.2.jar | 160 KB |
jweave-1.1.2-sources.jar | 79 KB |
jweave-1.1.2-javadoc.jar | 592 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.ccook/jweave/ -->
<dependency>
<groupId>com.gitlab.ccook</groupId>
<artifactId>jweave</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.ccook/jweave/
implementation 'com.gitlab.ccook:jweave:1.1.2'
// https://jarcasting.com/artifacts/com.gitlab.ccook/jweave/
implementation ("com.gitlab.ccook:jweave:1.1.2")
'com.gitlab.ccook:jweave:jar:1.1.2'
<dependency org="com.gitlab.ccook" name="jweave" rev="1.1.2">
<artifact name="jweave" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.ccook', module='jweave', version='1.1.2')
)
libraryDependencies += "com.gitlab.ccook" % "jweave" % "1.1.2"
[com.gitlab.ccook/jweave "1.1.2"]