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