GroupId | GroupIdcom.pojosontheweb |
---|---|
ArtifactId | ArtifactIdwoko-ioc |
Version | Version2.1-beta2 |
Type | Typepom |
Filename | Size |
---|---|
woko-ioc-2.1-beta2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/woko-ioc/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>woko-ioc</artifactId>
<version>2.1-beta2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-ioc/
implementation 'com.pojosontheweb:woko-ioc:2.1-beta2'
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-ioc/
implementation ("com.pojosontheweb:woko-ioc:2.1-beta2")
'com.pojosontheweb:woko-ioc:pom:2.1-beta2'
<dependency org="com.pojosontheweb" name="woko-ioc" rev="2.1-beta2">
<artifact name="woko-ioc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='woko-ioc', version='2.1-beta2')
)
libraryDependencies += "com.pojosontheweb" % "woko-ioc" % "2.1-beta2"
[com.pojosontheweb/woko-ioc "2.1-beta2"]