GroupId | GroupIdcom.github.edgarespina |
---|---|
ArtifactId | ArtifactIdmwa-core |
Version | Version0.1.6 |
Type | Typejar |
Filename | Size |
---|---|
mwa-core-0.1.6.pom | |
mwa-core-0.1.6.jar | 42 KB |
mwa-core-0.1.6-sources.jar | 22 KB |
mwa-core-0.1.6-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgarespina/mwa-core/ -->
<dependency>
<groupId>com.github.edgarespina</groupId>
<artifactId>mwa-core</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgarespina/mwa-core/
implementation 'com.github.edgarespina:mwa-core:0.1.6'
// https://jarcasting.com/artifacts/com.github.edgarespina/mwa-core/
implementation ("com.github.edgarespina:mwa-core:0.1.6")
'com.github.edgarespina:mwa-core:jar:0.1.6'
<dependency org="com.github.edgarespina" name="mwa-core" rev="0.1.6">
<artifact name="mwa-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgarespina', module='mwa-core', version='0.1.6')
)
libraryDependencies += "com.github.edgarespina" % "mwa-core" % "0.1.6"
[com.github.edgarespina/mwa-core "0.1.6"]