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