License |
License |
---|---|
GroupId | GroupIdcom.foursoft.vecmodel |
ArtifactId | ArtifactIdvec-common |
Version | Version1.4.3 |
Type | Typejar |
Description |
DescriptionJAXB-Models of the VEC based on the underlying UML-model (not only the XSD)
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vec-common-1.4.3.pom | |
vec-common-1.4.3.jar | 4 KB |
vec-common-1.4.3-sources.jar | 9 KB |
vec-common-1.4.3-javadoc.jar | 430 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.foursoft.vecmodel/vec-common/ -->
<dependency>
<groupId>com.foursoft.vecmodel</groupId>
<artifactId>vec-common</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.foursoft.vecmodel/vec-common/
implementation 'com.foursoft.vecmodel:vec-common:1.4.3'
// https://jarcasting.com/artifacts/com.foursoft.vecmodel/vec-common/
implementation ("com.foursoft.vecmodel:vec-common:1.4.3")
'com.foursoft.vecmodel:vec-common:jar:1.4.3'
<dependency org="com.foursoft.vecmodel" name="vec-common" rev="1.4.3">
<artifact name="vec-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foursoft.vecmodel', module='vec-common', version='1.4.3')
)
libraryDependencies += "com.foursoft.vecmodel" % "vec-common" % "1.4.3"
[com.foursoft.vecmodel/vec-common "1.4.3"]