Categories |
CategoriesSpeedment Data Databases |
---|---|
GroupId | GroupIdcom.speedment |
ArtifactId | ArtifactIdtool |
Version | Version3.2.5 |
Type | Typepom |
Filename | Size |
---|---|
tool-3.2.5.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.speedment/tool/ -->
<dependency>
<groupId>com.speedment</groupId>
<artifactId>tool</artifactId>
<version>3.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.speedment/tool/
implementation 'com.speedment:tool:3.2.5'
// https://jarcasting.com/artifacts/com.speedment/tool/
implementation ("com.speedment:tool:3.2.5")
'com.speedment:tool:pom:3.2.5'
<dependency org="com.speedment" name="tool" rev="3.2.5">
<artifact name="tool" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.speedment', module='tool', version='3.2.5')
)
libraryDependencies += "com.speedment" % "tool" % "3.2.5"
[com.speedment/tool "3.2.5"]