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