jayvee
Java Based Computer Vision Library
| GroupId | GroupIdcom.github.westonpace.jayvee |
|---|---|
| ArtifactId | ArtifactIdjayvee-parent |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJayvee Parent POM
If you are a user of JayVee then you don't care about this project. If you are a developer of JayVee then you only care about this project if you are modifying the build process and if so you already know the purpose of this module.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jayvee-parent-0.1.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.westonpace.jayvee/jayvee-parent/ -->
<dependency>
<groupId>com.github.westonpace.jayvee</groupId>
<artifactId>jayvee-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.westonpace.jayvee/jayvee-parent/
implementation 'com.github.westonpace.jayvee:jayvee-parent:0.1'
// https://jarcasting.com/artifacts/com.github.westonpace.jayvee/jayvee-parent/
implementation ("com.github.westonpace.jayvee:jayvee-parent:0.1")
'com.github.westonpace.jayvee:jayvee-parent:pom:0.1'
<dependency org="com.github.westonpace.jayvee" name="jayvee-parent" rev="0.1">
<artifact name="jayvee-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.westonpace.jayvee', module='jayvee-parent', version='0.1')
)
libraryDependencies += "com.github.westonpace.jayvee" % "jayvee-parent" % "0.1"
[com.github.westonpace.jayvee/jayvee-parent "0.1"]
Java Based Computer Vision Library