GroupId | GroupIdcom.github.ansell.pellet |
---|---|
ArtifactId | ArtifactIdpellet-explanation |
Version | Version2.3.4-ansell |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-explanation/ -->
<dependency>
<groupId>com.github.ansell.pellet</groupId>
<artifactId>pellet-explanation</artifactId>
<version>2.3.4-ansell</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-explanation/
implementation 'com.github.ansell.pellet:pellet-explanation:2.3.4-ansell'
// https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-explanation/
implementation ("com.github.ansell.pellet:pellet-explanation:2.3.4-ansell")
'com.github.ansell.pellet:pellet-explanation:jar:2.3.4-ansell'
<dependency org="com.github.ansell.pellet" name="pellet-explanation" rev="2.3.4-ansell">
<artifact name="pellet-explanation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.pellet', module='pellet-explanation', version='2.3.4-ansell')
)
libraryDependencies += "com.github.ansell.pellet" % "pellet-explanation" % "2.3.4-ansell"
[com.github.ansell.pellet/pellet-explanation "2.3.4-ansell"]