File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
documentation/developer-guide/modules Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
----
8
8
<dependency>
9
9
<groupId>io.openmanufacturing</groupId>
10
- <artifactId>aspect-meta-model</artifactId>
10
+ <artifactId>sds- aspect-meta-model</artifactId>
11
11
<version>{aspect-meta-model-version}</version>
12
12
</dependency>
13
13
----
@@ -17,15 +17,15 @@ Gradle Groovy DSL::
17
17
--
18
18
[source,gradle,subs=attributes+]
19
19
----
20
- implementation 'io.openmanufacturing:aspect-meta-model:{aspect-meta-model-version}'
20
+ implementation 'io.openmanufacturing:sds- aspect-meta-model:{aspect-meta-model-version}'
21
21
----
22
22
--
23
23
Gradle Kotlin DSL::
24
24
+
25
25
--
26
26
[source,gradle,subs=attributes+]
27
27
----
28
- implementation("io.openmanufacturing:aspect-meta-model:{aspect-meta-model-version}")
28
+ implementation("io.openmanufacturing:sds- aspect-meta-model:{aspect-meta-model-version}")
29
29
----
30
30
--
31
31
====
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ include::sds-developer-guide:ROOT:partial$sds-aspect-meta-model-version-migrator
376
376
== Accessing the BAMM programmatically
377
377
378
378
In order to access the source RDF files that describe the BAMM vocabulary, shared Characteristics and Entities as well
379
- as Units, you can add a dependency to the `aspect-meta-model` artifact. Note that this artifact does not contain any
379
+ as Units, you can add a dependency to the `sds- aspect-meta-model` artifact. Note that this artifact does not contain any
380
380
Java classes.
381
381
382
382
include::sds-developer-guide:ROOT:partial$aspect-meta-model-artifact.adoc[]
You can’t perform that action at this time.
0 commit comments