GroupId | GroupIdcom.github.almondtools |
---|---|
ArtifactId | ArtifactIdxrayinterface |
Version | Version0.2.8 |
Type | Typejar |
Filename | Size |
---|---|
xrayinterface-0.2.8.pom | |
xrayinterface-0.2.8.jar | 52 KB |
xrayinterface-0.2.8-sources.jar | 24 KB |
xrayinterface-0.2.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almondtools/xrayinterface/
implementation 'com.github.almondtools:xrayinterface:0.2.8'
// https://jarcasting.com/artifacts/com.github.almondtools/xrayinterface/
implementation ("com.github.almondtools:xrayinterface:0.2.8")
'com.github.almondtools:xrayinterface:jar:0.2.8'
<dependency org="com.github.almondtools" name="xrayinterface" rev="0.2.8">
<artifact name="xrayinterface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almondtools', module='xrayinterface', version='0.2.8')
)
libraryDependencies += "com.github.almondtools" % "xrayinterface" % "0.2.8"
[com.github.almondtools/xrayinterface "0.2.8"]