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