License |
License |
---|---|
GroupId | GroupIdio.github.ololx.cranberry |
ArtifactId | ArtifactIdcranberry-commons |
Version | Version0.5.3 |
Type | Typejar |
Description |
Descriptionio.github.ololx.cranberry:cranberry-commons
The cranberry commons is a module of Cranberry library (see cranberry). This module provides a general realisation
of simple tools and wrappers which are used in another cranberry modules for the automatically code
generating during compilation.
|
Filename | Size |
---|---|
cranberry-commons-0.5.3.pom | |
cranberry-commons-0.5.3.jar | 13 KB |
cranberry-commons-0.5.3-sources.jar | 14 KB |
cranberry-commons-0.5.3-javadoc.jar | 456 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ololx.cranberry/cranberry-commons/ -->
<dependency>
<groupId>io.github.ololx.cranberry</groupId>
<artifactId>cranberry-commons</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ololx.cranberry/cranberry-commons/
implementation 'io.github.ololx.cranberry:cranberry-commons:0.5.3'
// https://jarcasting.com/artifacts/io.github.ololx.cranberry/cranberry-commons/
implementation ("io.github.ololx.cranberry:cranberry-commons:0.5.3")
'io.github.ololx.cranberry:cranberry-commons:jar:0.5.3'
<dependency org="io.github.ololx.cranberry" name="cranberry-commons" rev="0.5.3">
<artifact name="cranberry-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ololx.cranberry', module='cranberry-commons', version='0.5.3')
)
libraryDependencies += "io.github.ololx.cranberry" % "cranberry-commons" % "0.5.3"
[io.github.ololx.cranberry/cranberry-commons "0.5.3"]