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