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