License |
License |
---|---|
GroupId | GroupIdcom.microsoft.gctoolkit |
ArtifactId | ArtifactIdgctoolkit-core |
Version | Version2.0.3 |
Type | Typepom |
Description |
DescriptionGC log parsing utilities
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
gctoolkit-core-2.0.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.gctoolkit/gctoolkit-core/ -->
<dependency>
<groupId>com.microsoft.gctoolkit</groupId>
<artifactId>gctoolkit-core</artifactId>
<version>2.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.gctoolkit/gctoolkit-core/
implementation 'com.microsoft.gctoolkit:gctoolkit-core:2.0.3'
// https://jarcasting.com/artifacts/com.microsoft.gctoolkit/gctoolkit-core/
implementation ("com.microsoft.gctoolkit:gctoolkit-core:2.0.3")
'com.microsoft.gctoolkit:gctoolkit-core:pom:2.0.3'
<dependency org="com.microsoft.gctoolkit" name="gctoolkit-core" rev="2.0.3">
<artifact name="gctoolkit-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.gctoolkit', module='gctoolkit-core', version='2.0.3')
)
libraryDependencies += "com.microsoft.gctoolkit" % "gctoolkit-core" % "2.0.3"
[com.microsoft.gctoolkit/gctoolkit-core "2.0.3"]