GroupId | GroupIdcom.iodesystems |
---|---|
ArtifactId | ArtifactIdwhatjdk |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
whatjdk-1.0.3.pom | |
whatjdk-1.0.3.jar | 6 KB |
whatjdk-1.0.3-sources.jar | 2 KB |
whatjdk-1.0.3-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iodesystems/whatjdk/ -->
<dependency>
<groupId>com.iodesystems</groupId>
<artifactId>whatjdk</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.iodesystems/whatjdk/
implementation 'com.iodesystems:whatjdk:1.0.3'
// https://jarcasting.com/artifacts/com.iodesystems/whatjdk/
implementation ("com.iodesystems:whatjdk:1.0.3")
'com.iodesystems:whatjdk:jar:1.0.3'
<dependency org="com.iodesystems" name="whatjdk" rev="1.0.3">
<artifact name="whatjdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iodesystems', module='whatjdk', version='1.0.3')
)
libraryDependencies += "com.iodesystems" % "whatjdk" % "1.0.3"
[com.iodesystems/whatjdk "1.0.3"]