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