Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.hazendaz |
ArtifactId | ArtifactIdscriptable-dataset |
Version | Version2.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hazendaz/scriptable-dataset/ -->
<dependency>
<groupId>com.github.hazendaz</groupId>
<artifactId>scriptable-dataset</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hazendaz/scriptable-dataset/
implementation 'com.github.hazendaz:scriptable-dataset:2.1.0'
// https://jarcasting.com/artifacts/com.github.hazendaz/scriptable-dataset/
implementation ("com.github.hazendaz:scriptable-dataset:2.1.0")
'com.github.hazendaz:scriptable-dataset:jar:2.1.0'
<dependency org="com.github.hazendaz" name="scriptable-dataset" rev="2.1.0">
<artifact name="scriptable-dataset" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz', module='scriptable-dataset', version='2.1.0')
)
libraryDependencies += "com.github.hazendaz" % "scriptable-dataset" % "2.1.0"
[com.github.hazendaz/scriptable-dataset "2.1.0"]