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