GroupId | GroupIdcom.natpryce |
---|---|
ArtifactId | ArtifactIdmake-it-easy |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
make-it-easy-4.0.0.pom | |
make-it-easy-4.0.0.jar | 12 KB |
make-it-easy-4.0.0-sources.jar | 7 KB |
make-it-easy-4.0.0-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>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.natpryce/make-it-easy/
implementation 'com.natpryce:make-it-easy:4.0.0'
// https://jarcasting.com/artifacts/com.natpryce/make-it-easy/
implementation ("com.natpryce:make-it-easy:4.0.0")
'com.natpryce:make-it-easy:jar:4.0.0'
<dependency org="com.natpryce" name="make-it-easy" rev="4.0.0">
<artifact name="make-it-easy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.natpryce', module='make-it-easy', version='4.0.0')
)
libraryDependencies += "com.natpryce" % "make-it-easy" % "4.0.0"
[com.natpryce/make-it-easy "4.0.0"]