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