| GroupId | GroupIdio.pythagoras.common |
|---|---|
| ArtifactId | ArtifactIdsoft-delete |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| soft-delete-1.0.1.pom | |
| soft-delete-1.0.1.jar | 4 KB |
| soft-delete-1.0.1-sources.jar | 2 KB |
| soft-delete-1.0.1-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.pythagoras.common/soft-delete/ -->
<dependency>
<groupId>io.pythagoras.common</groupId>
<artifactId>soft-delete</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.pythagoras.common/soft-delete/
implementation 'io.pythagoras.common:soft-delete:1.0.1'
// https://jarcasting.com/artifacts/io.pythagoras.common/soft-delete/
implementation ("io.pythagoras.common:soft-delete:1.0.1")
'io.pythagoras.common:soft-delete:jar:1.0.1'
<dependency org="io.pythagoras.common" name="soft-delete" rev="1.0.1">
<artifact name="soft-delete" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pythagoras.common', module='soft-delete', version='1.0.1')
)
libraryDependencies += "io.pythagoras.common" % "soft-delete" % "1.0.1"
[io.pythagoras.common/soft-delete "1.0.1"]