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