| GroupId | GroupIdorg.jdklog |
|---|---|
| ArtifactId | ArtifactIdjdklog-examples |
| Version | Version11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jdklog-examples-11.pom | |
| jdklog-examples-11.jar | 69 KB |
| jdklog-examples-11-sources.jar | 39 KB |
| jdklog-examples-11-javadoc.jar | 745 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jdklog/jdklog-examples/ -->
<dependency>
<groupId>org.jdklog</groupId>
<artifactId>jdklog-examples</artifactId>
<version>11</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdklog/jdklog-examples/
implementation 'org.jdklog:jdklog-examples:11'
// https://jarcasting.com/artifacts/org.jdklog/jdklog-examples/
implementation ("org.jdklog:jdklog-examples:11")
'org.jdklog:jdklog-examples:jar:11'
<dependency org="org.jdklog" name="jdklog-examples" rev="11">
<artifact name="jdklog-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdklog', module='jdklog-examples', version='11')
)
libraryDependencies += "org.jdklog" % "jdklog-examples" % "11"
[org.jdklog/jdklog-examples "11"]