GroupId | GroupIdchat.dim |
---|---|
ArtifactId | ArtifactIdStarTrek |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
StarTrek-0.3.2.pom | |
StarTrek-0.3.2.jar | 59 KB |
StarTrek-0.3.2-sources.jar | 58 KB |
StarTrek-0.3.2-javadoc.jar | 212 KB |
Browse |
<!-- https://jarcasting.com/artifacts/chat.dim/StarTrek/ -->
<dependency>
<groupId>chat.dim</groupId>
<artifactId>StarTrek</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/chat.dim/StarTrek/
implementation 'chat.dim:StarTrek:0.3.2'
// https://jarcasting.com/artifacts/chat.dim/StarTrek/
implementation ("chat.dim:StarTrek:0.3.2")
'chat.dim:StarTrek:jar:0.3.2'
<dependency org="chat.dim" name="StarTrek" rev="0.3.2">
<artifact name="StarTrek" type="jar" />
</dependency>
@Grapes(
@Grab(group='chat.dim', module='StarTrek', version='0.3.2')
)
libraryDependencies += "chat.dim" % "StarTrek" % "0.3.2"
[chat.dim/StarTrek "0.3.2"]