GroupId | GroupIdcom.natpryce |
---|---|
ArtifactId | ArtifactIdmake-it-easy |
Version | Version3.1.6 |
Type | Typejar |
Filename | Size |
---|---|
make-it-easy-3.1.6.pom | |
make-it-easy-3.1.6.jar | 12 KB |
make-it-easy-3.1.6-sources.jar | 7 KB |
make-it-easy-3.1.6-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.natpryce/make-it-easy/ -->
<dependency>
<groupId>com.natpryce</groupId>
<artifactId>make-it-easy</artifactId>
<version>3.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.natpryce/make-it-easy/
implementation 'com.natpryce:make-it-easy:3.1.6'
// https://jarcasting.com/artifacts/com.natpryce/make-it-easy/
implementation ("com.natpryce:make-it-easy:3.1.6")
'com.natpryce:make-it-easy:jar:3.1.6'
<dependency org="com.natpryce" name="make-it-easy" rev="3.1.6">
<artifact name="make-it-easy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.natpryce', module='make-it-easy', version='3.1.6')
)
libraryDependencies += "com.natpryce" % "make-it-easy" % "3.1.6"
[com.natpryce/make-it-easy "3.1.6"]