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