Categories |
Categoriesprotonpack General Purpose Libraries Functional Programming |
---|---|
GroupId | GroupIdcom.codepoetics |
ArtifactId | ArtifactIdprotonpack |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
protonpack-1.2.pom | |
protonpack-1.2.jar | 32 KB |
protonpack-1.2-sources.jar | 14 KB |
protonpack-1.2-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codepoetics/protonpack/ -->
<dependency>
<groupId>com.codepoetics</groupId>
<artifactId>protonpack</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.codepoetics/protonpack/
implementation 'com.codepoetics:protonpack:1.2'
// https://jarcasting.com/artifacts/com.codepoetics/protonpack/
implementation ("com.codepoetics:protonpack:1.2")
'com.codepoetics:protonpack:jar:1.2'
<dependency org="com.codepoetics" name="protonpack" rev="1.2">
<artifact name="protonpack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codepoetics', module='protonpack', version='1.2')
)
libraryDependencies += "com.codepoetics" % "protonpack" % "1.2"
[com.codepoetics/protonpack "1.2"]