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