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