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