Categories |
CategoriesSpeedment Data Databases |
---|---|
GroupId | GroupIdcom.speedment.example |
ArtifactId | ArtifactIdbasic-example |
Version | Version3.0.9 |
Type | Typejar |
Filename | Size |
---|---|
basic-example-3.0.9.pom | |
basic-example-3.0.9.jar | 210 KB |
basic-example-3.0.9-sources.jar | 200 KB |
basic-example-3.0.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.speedment.example/basic-example/ -->
<dependency>
<groupId>com.speedment.example</groupId>
<artifactId>basic-example</artifactId>
<version>3.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.example/basic-example/
implementation 'com.speedment.example:basic-example:3.0.9'
// https://jarcasting.com/artifacts/com.speedment.example/basic-example/
implementation ("com.speedment.example:basic-example:3.0.9")
'com.speedment.example:basic-example:jar:3.0.9'
<dependency org="com.speedment.example" name="basic-example" rev="3.0.9">
<artifact name="basic-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.speedment.example', module='basic-example', version='3.0.9')
)
libraryDependencies += "com.speedment.example" % "basic-example" % "3.0.9"
[com.speedment.example/basic-example "3.0.9"]