| License |
License |
|---|---|
| GroupId | GroupIdcom.lvonce |
| ArtifactId | ArtifactIdlogicweaver |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlogicweaver
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| logicweaver-1.0.0.pom | |
| logicweaver-1.0.0.jar | 97 KB |
| logicweaver-1.0.0-sources.jar | 24 KB |
| logicweaver-1.0.0-javadoc.jar | 309 KB |
| logicweaver-1.0.0-jar-with-dependencies.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lvonce/logicweaver/ -->
<dependency>
<groupId>com.lvonce</groupId>
<artifactId>logicweaver</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lvonce/logicweaver/
implementation 'com.lvonce:logicweaver:1.0.0'
// https://jarcasting.com/artifacts/com.lvonce/logicweaver/
implementation ("com.lvonce:logicweaver:1.0.0")
'com.lvonce:logicweaver:jar:1.0.0'
<dependency org="com.lvonce" name="logicweaver" rev="1.0.0">
<artifact name="logicweaver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lvonce', module='logicweaver', version='1.0.0')
)
libraryDependencies += "com.lvonce" % "logicweaver" % "1.0.0"
[com.lvonce/logicweaver "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.openjdk.jmh : jmh-core | jar | 0.4.2 |