GroupId | GroupIdcom.gitlab.ccook |
---|---|
ArtifactId | ArtifactIdjweave |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
jweave-1.1.3.pom | |
jweave-1.1.3.jar | 160 KB |
jweave-1.1.3-sources.jar | 79 KB |
jweave-1.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.ccook/jweave/
implementation 'com.gitlab.ccook:jweave:1.1.3'
// https://jarcasting.com/artifacts/com.gitlab.ccook/jweave/
implementation ("com.gitlab.ccook:jweave:1.1.3")
'com.gitlab.ccook:jweave:jar:1.1.3'
<dependency org="com.gitlab.ccook" name="jweave" rev="1.1.3">
<artifact name="jweave" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.ccook', module='jweave', version='1.1.3')
)
libraryDependencies += "com.gitlab.ccook" % "jweave" % "1.1.3"
[com.gitlab.ccook/jweave "1.1.3"]