Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.ansell.pellet |
ArtifactId | ArtifactIdpellet-datatypes |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
pellet-datatypes-2.3.2.pom | |
pellet-datatypes-2.3.2.jar | 1 KB |
pellet-datatypes-2.3.2-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-datatypes/ -->
<dependency>
<groupId>com.github.ansell.pellet</groupId>
<artifactId>pellet-datatypes</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-datatypes/
implementation 'com.github.ansell.pellet:pellet-datatypes:2.3.2'
// https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-datatypes/
implementation ("com.github.ansell.pellet:pellet-datatypes:2.3.2")
'com.github.ansell.pellet:pellet-datatypes:jar:2.3.2'
<dependency org="com.github.ansell.pellet" name="pellet-datatypes" rev="2.3.2">
<artifact name="pellet-datatypes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.pellet', module='pellet-datatypes', version='2.3.2')
)
libraryDependencies += "com.github.ansell.pellet" % "pellet-datatypes" % "2.3.2"
[com.github.ansell.pellet/pellet-datatypes "2.3.2"]