GroupId | GroupIdcom.lyncode |
---|---|
ArtifactId | ArtifactIdxoai |
Version | Version4.0.1 |
Type | Typepom |
Filename | Size |
---|---|
xoai-4.0.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lyncode/xoai/ -->
<dependency>
<groupId>com.lyncode</groupId>
<artifactId>xoai</artifactId>
<version>4.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lyncode/xoai/
implementation 'com.lyncode:xoai:4.0.1'
// https://jarcasting.com/artifacts/com.lyncode/xoai/
implementation ("com.lyncode:xoai:4.0.1")
'com.lyncode:xoai:pom:4.0.1'
<dependency org="com.lyncode" name="xoai" rev="4.0.1">
<artifact name="xoai" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lyncode', module='xoai', version='4.0.1')
)
libraryDependencies += "com.lyncode" % "xoai" % "4.0.1"
[com.lyncode/xoai "4.0.1"]