| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdio.github.martinschneider |
| ArtifactId | ArtifactIdyasew-core |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| yasew-core-1.0.pom | |
| yasew-core-1.0.jar | 24 KB |
| yasew-core-1.0-sources.jar | 13 KB |
| yasew-core-1.0-javadoc.jar | 124 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.martinschneider/yasew-core/ -->
<dependency>
<groupId>io.github.martinschneider</groupId>
<artifactId>yasew-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.martinschneider/yasew-core/
implementation 'io.github.martinschneider:yasew-core:1.0'
// https://jarcasting.com/artifacts/io.github.martinschneider/yasew-core/
implementation ("io.github.martinschneider:yasew-core:1.0")
'io.github.martinschneider:yasew-core:jar:1.0'
<dependency org="io.github.martinschneider" name="yasew-core" rev="1.0">
<artifact name="yasew-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.martinschneider', module='yasew-core', version='1.0')
)
libraryDependencies += "io.github.martinschneider" % "yasew-core" % "1.0"
[io.github.martinschneider/yasew-core "1.0"]