GroupId | GroupIdcom.github.taymindis |
---|---|
ArtifactId | ArtifactIdChanneling |
Version | Version2.3.1 |
Type | Typepom |
Filename | Size |
---|---|
Channeling-2.3.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.taymindis/Channeling/ -->
<dependency>
<groupId>com.github.taymindis</groupId>
<artifactId>Channeling</artifactId>
<version>2.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.taymindis/Channeling/
implementation 'com.github.taymindis:Channeling:2.3.1'
// https://jarcasting.com/artifacts/com.github.taymindis/Channeling/
implementation ("com.github.taymindis:Channeling:2.3.1")
'com.github.taymindis:Channeling:pom:2.3.1'
<dependency org="com.github.taymindis" name="Channeling" rev="2.3.1">
<artifact name="Channeling" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.taymindis', module='Channeling', version='2.3.1')
)
libraryDependencies += "com.github.taymindis" % "Channeling" % "2.3.1"
[com.github.taymindis/Channeling "2.3.1"]