OSGL Java Tool
Some simple common Java utilities
See wiki
| License |
License |
|---|---|
| GroupId | GroupIdorg.osgl |
| ArtifactId | ArtifactIdosgl-tool-ext |
| Last Version | Last Version1.5.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOSGL Tool Extension
Some extensions to osgl-tool project
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| osgl-tool-ext-1.5.1.pom | |
| osgl-tool-ext-1.5.1.jar | 7 KB |
| osgl-tool-ext-1.5.1-sources.jar | 5 KB |
| osgl-tool-ext-1.5.1-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.osgl/osgl-tool-ext/ -->
<dependency>
<groupId>org.osgl</groupId>
<artifactId>osgl-tool-ext</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/osgl-tool-ext/
implementation 'org.osgl:osgl-tool-ext:1.5.1'
// https://jarcasting.com/artifacts/org.osgl/osgl-tool-ext/
implementation ("org.osgl:osgl-tool-ext:1.5.1")
'org.osgl:osgl-tool-ext:jar:1.5.1'
<dependency org="org.osgl" name="osgl-tool-ext" rev="1.5.1">
<artifact name="osgl-tool-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='osgl-tool-ext', version='1.5.1')
)
libraryDependencies += "org.osgl" % "osgl-tool-ext" % "1.5.1"
[org.osgl/osgl-tool-ext "1.5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.9.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 |
| org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.osgl : osgl-logging | jar | 1.5.1 |
| org.osgl : osgl-tool | jar | 1.25.0 |
| org.osgl : osgl-cache | jar | 1.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.carrotsearch : junit-benchmarks | jar | 0.7.2 |
Some simple common Java utilities
See wiki