GroupId | GroupIdcom.github.almondtools |
---|---|
ArtifactId | ArtifactIdxrayinterface |
Version | Version0.2.12 |
Type | Typejar |
Filename | Size |
---|---|
xrayinterface-0.2.12.pom | |
xrayinterface-0.2.12.jar | 53 KB |
xrayinterface-0.2.12-sources.jar | 24 KB |
xrayinterface-0.2.12-javadoc.jar | 171 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.almondtools/xrayinterface/ -->
<dependency>
<groupId>com.github.almondtools</groupId>
<artifactId>xrayinterface</artifactId>
<version>0.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almondtools/xrayinterface/
implementation 'com.github.almondtools:xrayinterface:0.2.12'
// https://jarcasting.com/artifacts/com.github.almondtools/xrayinterface/
implementation ("com.github.almondtools:xrayinterface:0.2.12")
'com.github.almondtools:xrayinterface:jar:0.2.12'
<dependency org="com.github.almondtools" name="xrayinterface" rev="0.2.12">
<artifact name="xrayinterface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almondtools', module='xrayinterface', version='0.2.12')
)
libraryDependencies += "com.github.almondtools" % "xrayinterface" % "0.2.12"
[com.github.almondtools/xrayinterface "0.2.12"]