GroupId | GroupIdjp.co.ctc-g.jfw |
---|---|
ArtifactId | ArtifactIdjfw-test |
Version | Version1.0.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jfw-test-1.0.0.0.pom | |
jfw-test-1.0.0.0.jar | 18 KB |
jfw-test-1.0.0.0-sources.jar | 17 KB |
jfw-test-1.0.0.0-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jp.co.ctc-g.jfw/jfw-test/ -->
<dependency>
<groupId>jp.co.ctc-g.jfw</groupId>
<artifactId>jfw-test</artifactId>
<version>1.0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/jp.co.ctc-g.jfw/jfw-test/
implementation 'jp.co.ctc-g.jfw:jfw-test:1.0.0.0'
// https://jarcasting.com/artifacts/jp.co.ctc-g.jfw/jfw-test/
implementation ("jp.co.ctc-g.jfw:jfw-test:1.0.0.0")
'jp.co.ctc-g.jfw:jfw-test:jar:1.0.0.0'
<dependency org="jp.co.ctc-g.jfw" name="jfw-test" rev="1.0.0.0">
<artifact name="jfw-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.co.ctc-g.jfw', module='jfw-test', version='1.0.0.0')
)
libraryDependencies += "jp.co.ctc-g.jfw" % "jfw-test" % "1.0.0.0"
[jp.co.ctc-g.jfw/jfw-test "1.0.0.0"]