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