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