Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.datathings |
ArtifactId | ArtifactIdgreycat-language |
Version | Version8.3 |
Type | Typejar |
Filename | Size |
---|---|
greycat-language-8.3.pom | |
greycat-language-8.3.jar | 39 KB |
greycat-language-8.3-sources.jar | 21 KB |
greycat-language-8.3-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.datathings/greycat-language/ -->
<dependency>
<groupId>com.datathings</groupId>
<artifactId>greycat-language</artifactId>
<version>8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.datathings/greycat-language/
implementation 'com.datathings:greycat-language:8.3'
// https://jarcasting.com/artifacts/com.datathings/greycat-language/
implementation ("com.datathings:greycat-language:8.3")
'com.datathings:greycat-language:jar:8.3'
<dependency org="com.datathings" name="greycat-language" rev="8.3">
<artifact name="greycat-language" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datathings', module='greycat-language', version='8.3')
)
libraryDependencies += "com.datathings" % "greycat-language" % "8.3"
[com.datathings/greycat-language "8.3"]