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