| GroupId | GroupIdcom.puresoltechnologies.xo |
|---|---|
| ArtifactId | ArtifactIdxo-titan |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xo-titan-0.1.0.pom | |
| xo-titan-0.1.0.jar | 36 KB |
| xo-titan-0.1.0-tests.jar | 127 KB |
| xo-titan-0.1.0-sources.jar | 18 KB |
| xo-titan-0.1.0-javadoc.jar | 148 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.puresoltechnologies.xo/xo-titan/ -->
<dependency>
<groupId>com.puresoltechnologies.xo</groupId>
<artifactId>xo-titan</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.puresoltechnologies.xo/xo-titan/
implementation 'com.puresoltechnologies.xo:xo-titan:0.1.0'
// https://jarcasting.com/artifacts/com.puresoltechnologies.xo/xo-titan/
implementation ("com.puresoltechnologies.xo:xo-titan:0.1.0")
'com.puresoltechnologies.xo:xo-titan:jar:0.1.0'
<dependency org="com.puresoltechnologies.xo" name="xo-titan" rev="0.1.0">
<artifact name="xo-titan" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.puresoltechnologies.xo', module='xo-titan', version='0.1.0')
)
libraryDependencies += "com.puresoltechnologies.xo" % "xo-titan" % "0.1.0"
[com.puresoltechnologies.xo/xo-titan "0.1.0"]