GroupId | GroupIdorg.powertac |
---|---|
ArtifactId | ArtifactIdlogtool-core |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
logtool-core-1.5.0.pom | |
logtool-core-1.5.0.jar | 31 KB |
logtool-core-1.5.0-sources.jar | 19 KB |
logtool-core-1.5.0-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.powertac/logtool-core/ -->
<dependency>
<groupId>org.powertac</groupId>
<artifactId>logtool-core</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.powertac/logtool-core/
implementation 'org.powertac:logtool-core:1.5.0'
// https://jarcasting.com/artifacts/org.powertac/logtool-core/
implementation ("org.powertac:logtool-core:1.5.0")
'org.powertac:logtool-core:jar:1.5.0'
<dependency org="org.powertac" name="logtool-core" rev="1.5.0">
<artifact name="logtool-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.powertac', module='logtool-core', version='1.5.0')
)
libraryDependencies += "org.powertac" % "logtool-core" % "1.5.0"
[org.powertac/logtool-core "1.5.0"]