| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.iakovlev |
| ArtifactId | ArtifactIdtimeshape |
| Version | Version2019b.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| timeshape-2019b.8.pom | |
| timeshape-2019b.8.jar | 18 MB |
| timeshape-2019b.8-sources.jar | 6 KB |
| timeshape-2019b.8-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.iakovlev/timeshape/ -->
<dependency>
<groupId>net.iakovlev</groupId>
<artifactId>timeshape</artifactId>
<version>2019b.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.iakovlev/timeshape/
implementation 'net.iakovlev:timeshape:2019b.8'
// https://jarcasting.com/artifacts/net.iakovlev/timeshape/
implementation ("net.iakovlev:timeshape:2019b.8")
'net.iakovlev:timeshape:jar:2019b.8'
<dependency org="net.iakovlev" name="timeshape" rev="2019b.8">
<artifact name="timeshape" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.iakovlev', module='timeshape', version='2019b.8')
)
libraryDependencies += "net.iakovlev" % "timeshape" % "2019b.8"
[net.iakovlev/timeshape "2019b.8"]