is not current version
Last Version 1.3

com.sta-soft:mannotations 1.1

Annotations for all M-Projects, for Generator3 and for Generator3 based projects.

GroupId

GroupId

com.sta-soft
ArtifactId

ArtifactId

mannotations
Version

Version

1.1
Type

Type

jar

Download mannotations 1.1


<!-- https://jarcasting.com/artifacts/com.sta-soft/mannotations/ -->
<dependency>
    <groupId>com.sta-soft</groupId>
    <artifactId>mannotations</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sta-soft/mannotations/
implementation 'com.sta-soft:mannotations:1.1'
// https://jarcasting.com/artifacts/com.sta-soft/mannotations/
implementation ("com.sta-soft:mannotations:1.1")
'com.sta-soft:mannotations:jar:1.1'
<dependency org="com.sta-soft" name="mannotations" rev="1.1">
  <artifact name="mannotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sta-soft', module='mannotations', version='1.1')
)
libraryDependencies += "com.sta-soft" % "mannotations" % "1.1"
[com.sta-soft/mannotations "1.1"]