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