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