| License |
License |
|---|---|
| GroupId | GroupIdcom.iodesystems |
| ArtifactId | ArtifactIdwhatjdk-example |
| Last Version | Last Version1.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWhatJDK is a utility for verifying the JRE compatibility of compiled Java classes
|
| Filename | Size |
|---|---|
| whatjdk-example-1.1.3.pom | |
| whatjdk-example-1.1.3.jar | 2 KB |
| whatjdk-example-1.1.3-sources.jar | 2 KB |
| whatjdk-example-1.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.iodesystems/whatjdk-example/
implementation 'com.iodesystems:whatjdk-example:1.1.3'
// https://jarcasting.com/artifacts/com.iodesystems/whatjdk-example/
implementation ("com.iodesystems:whatjdk-example:1.1.3")
'com.iodesystems:whatjdk-example:jar:1.1.3'
<dependency org="com.iodesystems" name="whatjdk-example" rev="1.1.3">
<artifact name="whatjdk-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iodesystems', module='whatjdk-example', version='1.1.3')
)
libraryDependencies += "com.iodesystems" % "whatjdk-example" % "1.1.3"
[com.iodesystems/whatjdk-example "1.1.3"]