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