| License |
License |
|---|---|
| GroupId | GroupIdcom.github.hnishar.konstruk |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version0.8.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.hnishar.konstruk:core
Core CDK Construct for patterns library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-0.8.0.pom | |
| core-0.8.0.jar | 177 KB |
| core-0.8.0-sources.jar | 154 KB |
| core-0.8.0-javadoc.jar | 174 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hnishar.konstruk/core/ -->
<dependency>
<groupId>com.github.hnishar.konstruk</groupId>
<artifactId>core</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hnishar.konstruk/core/
implementation 'com.github.hnishar.konstruk:core:0.8.0'
// https://jarcasting.com/artifacts/com.github.hnishar.konstruk/core/
implementation ("com.github.hnishar.konstruk:core:0.8.0")
'com.github.hnishar.konstruk:core:jar:0.8.0'
<dependency org="com.github.hnishar.konstruk" name="core" rev="0.8.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hnishar.konstruk', module='core', version='0.8.0')
)
libraryDependencies += "com.github.hnishar.konstruk" % "core" % "0.8.0"
[com.github.hnishar.konstruk/core "0.8.0"]