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