| License |
License |
|---|---|
| GroupId | GroupIdorg.objectweb.util.misc |
| ArtifactId | ArtifactIdow-trace |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe ObjectWeb trace library.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationObjectWeb Consortium |
| Filename | Size |
|---|---|
| ow-trace-1.0.pom | |
| ow-trace-1.0.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.util.misc/ow-trace/ -->
<dependency>
<groupId>org.objectweb.util.misc</groupId>
<artifactId>ow-trace</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.util.misc/ow-trace/
implementation 'org.objectweb.util.misc:ow-trace:1.0'
// https://jarcasting.com/artifacts/org.objectweb.util.misc/ow-trace/
implementation ("org.objectweb.util.misc:ow-trace:1.0")
'org.objectweb.util.misc:ow-trace:jar:1.0'
<dependency org="org.objectweb.util.misc" name="ow-trace" rev="1.0">
<artifact name="ow-trace" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.util.misc', module='ow-trace', version='1.0')
)
libraryDependencies += "org.objectweb.util.misc" % "ow-trace" % "1.0"
[org.objectweb.util.misc/ow-trace "1.0"]