GroupId | GroupIdchat.dim |
---|---|
ArtifactId | ArtifactIdDIMP |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
DIMP-0.1.pom | |
DIMP-0.1.jar | 36 KB |
DIMP-0.1-sources.jar | 42 KB |
DIMP-0.1-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/chat.dim/DIMP/ -->
<dependency>
<groupId>chat.dim</groupId>
<artifactId>DIMP</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/chat.dim/DIMP/
implementation 'chat.dim:DIMP:0.1'
// https://jarcasting.com/artifacts/chat.dim/DIMP/
implementation ("chat.dim:DIMP:0.1")
'chat.dim:DIMP:jar:0.1'
<dependency org="chat.dim" name="DIMP" rev="0.1">
<artifact name="DIMP" type="jar" />
</dependency>
@Grapes(
@Grab(group='chat.dim', module='DIMP', version='0.1')
)
libraryDependencies += "chat.dim" % "DIMP" % "0.1"
[chat.dim/DIMP "0.1"]