License |
License
GPLv2 /w Classpath Exception
|
---|---|
GroupId | GroupIdorg.gridkit.3rd.btrace |
ArtifactId | ArtifactIdcore |
Last Version | Last Version2.0.1-nimble |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBTrace Core
BTrace Core library. Contains the code shared between the server, client and extensions.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-2.0.1-nimble.pom | |
core-2.0.1-nimble.jar | 17 KB |
core-2.0.1-nimble-sources.jar | 20 KB |
core-2.0.1-nimble-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gridkit.3rd.btrace/core/ -->
<dependency>
<groupId>org.gridkit.3rd.btrace</groupId>
<artifactId>core</artifactId>
<version>2.0.1-nimble</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.3rd.btrace/core/
implementation 'org.gridkit.3rd.btrace:core:2.0.1-nimble'
// https://jarcasting.com/artifacts/org.gridkit.3rd.btrace/core/
implementation ("org.gridkit.3rd.btrace:core:2.0.1-nimble")
'org.gridkit.3rd.btrace:core:jar:2.0.1-nimble'
<dependency org="org.gridkit.3rd.btrace" name="core" rev="2.0.1-nimble">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.3rd.btrace', module='core', version='2.0.1-nimble')
)
libraryDependencies += "org.gridkit.3rd.btrace" % "core" % "2.0.1-nimble"
[org.gridkit.3rd.btrace/core "2.0.1-nimble"]
Group / Artifact | Type | Version |
---|---|---|
org.gridkit.3rd.btrace : core-api | jar | 2.0.1-nimble |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |