GroupId | GroupIdcom.googlecode.static-ioc |
---|---|
ArtifactId | ArtifactIdstaticioc-commandline |
Version | Version0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.static-ioc/staticioc-commandline/ -->
<dependency>
<groupId>com.googlecode.static-ioc</groupId>
<artifactId>staticioc-commandline</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.static-ioc/staticioc-commandline/
implementation 'com.googlecode.static-ioc:staticioc-commandline:0.3'
// https://jarcasting.com/artifacts/com.googlecode.static-ioc/staticioc-commandline/
implementation ("com.googlecode.static-ioc:staticioc-commandline:0.3")
'com.googlecode.static-ioc:staticioc-commandline:jar:0.3'
<dependency org="com.googlecode.static-ioc" name="staticioc-commandline" rev="0.3">
<artifact name="staticioc-commandline" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.static-ioc', module='staticioc-commandline', version='0.3')
)
libraryDependencies += "com.googlecode.static-ioc" % "staticioc-commandline" % "0.3"
[com.googlecode.static-ioc/staticioc-commandline "0.3"]