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